home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / disco_fever_dressup.swf / scripts / DefineButton2_157 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2010-07-14  |  117b  |  8 lines

  1. on(release){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.stopDrag();
  5.       _root.matchCheck(this);
  6.    }
  7. }
  8.